QuickOPC User's Guide and Reference
UALocalEndpointDiscoveryQuery Constructor(String,IEnumerable<String>)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery Namespace > UALocalEndpointDiscoveryQuery Class > UALocalEndpointDiscoveryQuery Constructor : UALocalEndpointDiscoveryQuery Constructor(String,IEnumerable<String>)
The discovery endpoint URL of the server.
List of Server capability filters. Only records with all of the specified server capabilities are returned.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal discoveryUriString As String, _
   ByVal transportProfileUriStringFilter As IEnumerable(Of String) _
)
'Usage
 
Dim discoveryUriString As String
Dim transportProfileUriStringFilter As IEnumerable(Of String)
 
Dim instance As New UALocalEndpointDiscoveryQuery(discoveryUriString, transportProfileUriStringFilter)

Parameters

discoveryUriString
The discovery endpoint URL of the server.
transportProfileUriStringFilter
List of Server capability filters. Only records with all of the specified server capabilities are returned.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also